Welcome![Sign In][Sign Up]
Location:
Search - YUV DirectDraw

Search list

[Multimedia programreply

Description: YUV格式播放的例子,采用了Directdraw原理-YUV format player example, using the principle Directdraw
Platform: | Size: 25326 | Author: 天天 | Hits:

[GDI-BitmapPictTest

Description: 实际的视频工程项目经常和YUV格式的全电视信号打交道,另一方面为了增强系统 在PC平台上的实时性,必须发挥显卡系统的工效,即不采用GDI方式来显示视频帧。 本演示程序告诉读者这种做法的大至步骤: 读入YUV文件(采用YUV422格式),然后通过DirectDraw在主平面上显示出来。 每次显示一帧图象。
Platform: | Size: 312986 | Author: 杨愚根 | Hits:

[Multimedia Developreply

Description: YUV格式播放的例子,采用了Directdraw原理-YUV format player example, using the principle Directdraw
Platform: | Size: 24576 | Author: 天天 | Hits:

[Streaming Mpeg4YUViewer

Description: 是个yuv视频文件的播放程序,可以同时播放多个视频-is yuv video files player, it will also broadcast a number of video
Platform: | Size: 9294848 | Author: yy | Hits:

[Streaming Mpeg4yuvread

Description: yuv文件的读取播放程序,简洁明了,不错-yuv document read player, concise, well
Platform: | Size: 2964480 | Author: peter | Hits:

[GDI-BitmapPictTest

Description: 实际的视频工程项目经常和YUV格式的全电视信号打交道,另一方面为了增强系统 在PC平台上的实时性,必须发挥显卡系统的工效,即不采用GDI方式来显示视频帧。 本演示程序告诉读者这种做法的大至步骤: 读入YUV文件(采用YUV422格式),然后通过DirectDraw在主平面上显示出来。 每次显示一帧图象。-Actual video project regular and YUV format to deal with the whole television signal on the other hand, in order to enhance the system in the PC platform, real-time, must play a card system ergonomics, that is, do not use GDI way to show the video frame. The demo program to tell the readers of this approach up to these steps: read YUV files (using YUV422 format), and then through the DirectDraw surface in the main show. Each show an image.
Platform: | Size: 313344 | Author: 杨愚根 | Hits:

[DirextXYUV_related

Description: 自己收集的关于YUV视频格式的学习内容,包括对YUV格式的基本介绍,以及处理YUV视频序列所可能用到的可执行的操作工具;DirectShow中常见的RGB/YUV格式;一个播放YUV的安装软件。-Own collection YUV video format on learning content, including a basic introduction YUV format, as well as deal with the possible YUV video sequences used in the operation of executable tools DirectShow common RGB/YUV format a YUV player installation Software .
Platform: | Size: 1323008 | Author: lixuemin | Hits:

[DirextXddraw

Description: DirectDraw 中文手册,DirectDraw实用函数查询。-DirectDraw Chinese Manual, DirectDraw utility function query.
Platform: | Size: 276480 | Author: kyp | Hits:

[Special EffectsYUVPlayer

Description: 4:2:0yuv播放,采用directdraw播放-4:2:0 yuv playback, using DirectDraw player
Platform: | Size: 5235712 | Author: guorui | Hits:

[Special EffectsOverlay

Description: 枚举显卡支持的RGB/YUV Overlay的方法及其colorkey的使用.-Enumeration graphics support RGB/YUV Overlay of methods and their use of colorkey.
Platform: | Size: 60416 | Author: 老五 | Hits:

[Multimedia Developframeratesample0203

Description: 用来测试windwos显示视频的各个方式效率的关键代码,用于对比GDI,DIRECTDRAW YUV OVERLAY,DIRECT3D显示效率的差异-Used to test Windows to display video in various ways the key to efficient code, for comparison GDI, DIRECTDRAW YUV OVERLAY, DIRECT3D show differences in efficiency
Platform: | Size: 184320 | Author: cyberlink | Hits:

[Voice Compress3GPP-AMR-WB

Description: 详细介绍了关于AMR-WB标准的音频压缩编码的算法和思想-Detailed introduction on the AMR-WB standard audio compression coding algorithms and thought
Platform: | Size: 366592 | Author: miyalu | Hits:

[DirextXddrawYUV

Description: 使用directdraw显示YUV数据的例子,类似于YUV player,已经建好工程,编译直接使用即可。-Example of YUV data display using directdraw, similar to the YUV player, with VC6.0 project, can be used directly.
Platform: | Size: 519168 | Author: 康军 | Hits:

[Multimedia DevelopYuvDemo_use-DirectDraw

Description: 使用DirectDraw实现的YUV播放器,支持多种视频格式,支持多种分辨率。实现了播放、暂停、停止、快进等功能。-Implemented using DirectDraw YUV player that supports multiple video formats, support for multiple resolutions. To achieve a play, pause, stop, fast forward and other functions.
Platform: | Size: 5177344 | Author: zhubin | Hits:

[GUI Developdirectdraw

Description: directdraw类,输入YUV格式,hwnd,既可以在界面显示-directdraw class, input yuv type to display on window
Platform: | Size: 8192 | Author: kisaa | Hits:

[DirextXYUVddraw

Description: 对YUV进行旋转90,270度,并用directdraw播放出来。里面也有对rgb24位图像进行旋转,但我没进行测试。2012-11-21-YUV rotate 9,027.0 degrees and out directdraw play. The inside rotation rgb24 bit image, but I did not test.
Platform: | Size: 24911872 | Author: jackshen | Hits:

[3D GraphicDirectDraw

Description: DDRAW实现的 查看yuv图片,可以缩放 并且没有锯齿-My English is so bad.
Platform: | Size: 718848 | Author: myanbu | Hits:

[Linux-UnixSDL_dx5yuv

Description: This the DirectDraw implementation of YUV video overlays. -This is the DirectDraw implementation of YUV video overlays.
Platform: | Size: 3072 | Author: wuwuzo | Hits:

[Multimedia DevelopH264_ddraw

Description: 从FFMPEG中摘录出来并且调试通过的H264解码的源代码(c文件), 没使用FFMPEG编译出来的lib和dll库,可以直接在VS2010环境下单步调试以跟踪解压缩的所用过程细节, 对于想学习和掌握H264编解码的标准的同学们非常有用. 读取h264格式的文件并进行实时解压缩和播放, 解压缩后的图像格式是YUV,在一个对话框的控件中逐帧显示, 程序在VS2010下编译链接通过,可直接使用. 视频播放是采用窗口式的基于DirectDraw方法, 基于DirectDraw的图像播放是Windows平台下很高效的方法,已经封装成CDirectDraw类, 可以很方便地直接应用到别的图像和视频处理工程中。 使用时打开h264文件或yuv文件(工程中有test.h264,encode.h264和FOREMAN_176x144_15.yuv三个测试文件), 单击[Play File]即可进行播放,播放的帧率可以更改定时器时间调整。 可以很方便的更改图像的宽度和高度以便播放不同分辨率的视频。(The H 264 decoded source code (c file) extracted from FFMPEG and debugged. Without using lib and DLL libraries compiled by FFMPEG, it can be debugged directly in VS2010 environment to track the details of the decompression process. It is very useful for students who want to learn and master the standard of H264 encoding and decoding. Read the files in H264 format and decompress and play them in real time. The decompressed image format is YUV, which is displayed frame by frame in the control of a dialog box. The program is compiled and linked under VS2010, and can be used directly. Video playback is based on the DirectDraw method of window type. Image playback based on DirectDraw is a very efficient method on Windows platform. It has been encapsulated into CDirectDraw class. It can be directly applied to other image and video processing projects.)
Platform: | Size: 4245504 | Author: 朝花夕拾1 | Hits:

CodeBus www.codebus.net